Didn't refind node when it was NULL. Bug found by Tor Lillqvist.
authorJonathan Blandford <jrb@redhat.com>
Sun, 24 Feb 2002 00:19:20 +0000 (00:19 +0000)
committerJonathan Blandford <jrb@src.gnome.org>
Sun, 24 Feb 2002 00:19:20 +0000 (00:19 +0000)
Sat Feb 23 19:05:34 2002  Jonathan Blandford  <jrb@redhat.com>

* gtk/gtktreeview.c (validate_visible_area): Didn't refind node
when it was NULL.  Bug found by Tor Lillqvist.

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtktreeview.c

index 3e4ecf6566be9fb4e75358be6fd1f9f1da1af73c..9fac5909dcc42079247bd5248780e99da0c110c2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Feb 23 19:05:34 2002  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtktreeview.c (validate_visible_area): Didn't refind node
+       when it was NULL.  Bug found by Tor Lillqvist.
+
 2002-02-24  Tor Lillqvist  <tml@iki.fi>
 
        * gdk/win32/gdkevents-win32.c (build_keypress_event,
index 3e4ecf6566be9fb4e75358be6fd1f9f1da1af73c..9fac5909dcc42079247bd5248780e99da0c110c2 100644 (file)
@@ -1,3 +1,8 @@
+Sat Feb 23 19:05:34 2002  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtktreeview.c (validate_visible_area): Didn't refind node
+       when it was NULL.  Bug found by Tor Lillqvist.
+
 2002-02-24  Tor Lillqvist  <tml@iki.fi>
 
        * gdk/win32/gdkevents-win32.c (build_keypress_event,
index 3e4ecf6566be9fb4e75358be6fd1f9f1da1af73c..9fac5909dcc42079247bd5248780e99da0c110c2 100644 (file)
@@ -1,3 +1,8 @@
+Sat Feb 23 19:05:34 2002  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtktreeview.c (validate_visible_area): Didn't refind node
+       when it was NULL.  Bug found by Tor Lillqvist.
+
 2002-02-24  Tor Lillqvist  <tml@iki.fi>
 
        * gdk/win32/gdkevents-win32.c (build_keypress_event,
index 3e4ecf6566be9fb4e75358be6fd1f9f1da1af73c..9fac5909dcc42079247bd5248780e99da0c110c2 100644 (file)
@@ -1,3 +1,8 @@
+Sat Feb 23 19:05:34 2002  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtktreeview.c (validate_visible_area): Didn't refind node
+       when it was NULL.  Bug found by Tor Lillqvist.
+
 2002-02-24  Tor Lillqvist  <tml@iki.fi>
 
        * gdk/win32/gdkevents-win32.c (build_keypress_event,
index 3e4ecf6566be9fb4e75358be6fd1f9f1da1af73c..9fac5909dcc42079247bd5248780e99da0c110c2 100644 (file)
@@ -1,3 +1,8 @@
+Sat Feb 23 19:05:34 2002  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtktreeview.c (validate_visible_area): Didn't refind node
+       when it was NULL.  Bug found by Tor Lillqvist.
+
 2002-02-24  Tor Lillqvist  <tml@iki.fi>
 
        * gdk/win32/gdkevents-win32.c (build_keypress_event,
index 3e4ecf6566be9fb4e75358be6fd1f9f1da1af73c..9fac5909dcc42079247bd5248780e99da0c110c2 100644 (file)
@@ -1,3 +1,8 @@
+Sat Feb 23 19:05:34 2002  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtktreeview.c (validate_visible_area): Didn't refind node
+       when it was NULL.  Bug found by Tor Lillqvist.
+
 2002-02-24  Tor Lillqvist  <tml@iki.fi>
 
        * gdk/win32/gdkevents-win32.c (build_keypress_event,
index 3e4ecf6566be9fb4e75358be6fd1f9f1da1af73c..9fac5909dcc42079247bd5248780e99da0c110c2 100644 (file)
@@ -1,3 +1,8 @@
+Sat Feb 23 19:05:34 2002  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtktreeview.c (validate_visible_area): Didn't refind node
+       when it was NULL.  Bug found by Tor Lillqvist.
+
 2002-02-24  Tor Lillqvist  <tml@iki.fi>
 
        * gdk/win32/gdkevents-win32.c (build_keypress_event,
index 73dbe377e67d9f13d5afb258ca2b71d37fc8743e..b777d9b06fe2e96011e57661f40d526303fb3c9e 100644 (file)
@@ -3725,6 +3725,7 @@ validate_visible_area (GtkTreeView *tree_view)
        {
          /* In this case, nothing has been validated */
          path = gtk_tree_path_new_root ();
+         _gtk_tree_view_find_node (tree_view, path, &tree, &node);
        }
       else
        {